// Error! It's not possible to fit a floating point number into an int
int x = 24.8;
